Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / BaseStorage<T,TMappingCollection> Class / OnDataSourceItemSynchronized Method
The ItemSynchronizedEventArgs that contains the event data.

In This Topic
    OnDataSourceItemSynchronized Method (BaseStorage<T,TMappingCollection>)
    In This Topic
    Raises the DataSourceItemSynchronized event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnDataSourceItemSynchronized( _
       ByVal e As ItemSynchronizedEventArgs _
    ) 
    protected virtual void OnDataSourceItemSynchronized( 
       ItemSynchronizedEventArgs e
    )

    Parameters

    e
    The ItemSynchronizedEventArgs that contains the event data.
    See Also